home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14318 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  862 b 

  1. Path: ccshst05.cs.uoguelph.ca!ccshst01!thay
  2. From: thay@uoguelph.ca (Toby K Hay)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: how to read dBase (dbf) files
  5. Date: 13 Apr 1996 11:55:44 GMT
  6. Organization: University of Guelph
  7. Message-ID: <4ko4o0$5bk@ccshst05.cs.uoguelph.ca>
  8. References: <316f150b.50767011@news.inforamp.net>
  9. NNTP-Posting-Host: ccshst01.cs.uoguelph.ca
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Danny Heuman (dsheuman@inforamp.net) wrote:
  13. : Is there some publicly available code that reads and writes to
  14. : dBase/Foxpro files?
  15.  
  16. I think the Bullet database library does this.  Available via FTP from 
  17. simtel archives in simtel/msdos/c/bltc121.zip.  The alternative is to 
  18. code your own - the database files are pretty straitforward and most 
  19. dBase/FoxPro books describe their structure.  The index and memo files 
  20. are far more complex.
  21. Toby Hay      thay@uoguelph.ca
  22.